home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / chmorph.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  203b  |  15 lines

  1. #ifndef __chmorph_hpp_
  2. #define __chmorph_hpp_
  3.  
  4. #include "morph.hpp"
  5. #include "filter.hpp"
  6.  
  7. extern jmorph *normal_to_pacman;
  8. extern color_filter *color_table;
  9.  
  10. void load_morphs();
  11.  
  12. #endif
  13.  
  14.  
  15.